cody - HTMLify profile

cody
4270 Files
634578 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/99 - BlackJack Game/Static
.container-5 {
border: 4px solid black;
margin: 0 auto;
width: 100%;
text-align: center;
}
.title {
background-color: rgb(37, 40, 73);
border: 4px solid black;
margin: 0 auto;
width: 100%;
text-align: center;
}
.title {
background-color: rgb(37, 40, 73);
let blackjackGame = {
you: { scoreSpan: "#your-blackjack-result", div: "#your-box", score: 0 },
dealer: {
scoreSpan: "#dealer-blackjack-result",
div: "#dealer-box",
score: 0,
},
cards: ["2", "3", "4", "5", "6", "7", "8", "9", "10", "K", "J", "Q", "A"],
you: { scoreSpan: "#your-blackjack-result", div: "#your-box", score: 0 },
dealer: {
scoreSpan: "#dealer-blackjack-result",
div: "#dealer-box",
score: 0,
},
cards: ["2", "3", "4", "5", "6", "7", "8", "9", "10", "K", "J", "Q", "A"],